home *** CD-ROM | disk | FTP | other *** search
- /* time_routines.h
- This is the header file to accompany time_routines.c
- Copyright © 1993 Robert Poole
- */
-
- #define NUM_TIME_SLOTS 4
-
- int setup_timer(void);
- void dispose_timer_resources(void);
- void synchronous_wait(unsigned long, unsigned long);
- void asynchronous_wait(unsigned long, unsigned long);
- void wait_asynch_finish(void);
- void queue_asynch_wait(int, unsigned long, unsigned long);
- int queue_next_finish(void);
-